treeview: Fix a rubberbanding-related crash
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 May 2016 20:59:10 +0000 (16:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 May 2016 20:59:10 +0000 (16:59 -0400)
commitd3adf47d9f70ed785dc26aba3b48e607f89ee5b5
tree4200d78fef7fef5135ad6f7be2afb0ea0a3a8094
parenteace965a197e7145d214cbdaa0bef24f2fb1bbd6
treeview: Fix a rubberbanding-related crash

When starting a rubberband selection from an empty area, we could run
into crashes if the selection moves over the rows and then back out
to unpopulated area. Handle this case without crashing.

https://bugzilla.gnome.org/show_bug.cgi?id=766336
gtk/gtktreeview.c